home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1995 August / Personal Computer World (PCW Interactive) (August 1995).iso / system / pcwi.dir / 00343_Script_343 < prev    next >
Text File  |  1995-06-08  |  291b  |  12 lines

  1. on enterFrame
  2.   set the cursor of sprite 30 to [900, 901]
  3.   set the cursor of sprite 31 to [900, 901]
  4.   set the cursor of sprite 32 to [900, 901]
  5.   set the cursor of sprite 33 to 0
  6.   set the cursor of sprite 34 to 0
  7.   set the cursor of sprite 35 to 0
  8. end
  9.  
  10. on exitFrame
  11.   pause
  12. end